options(scipen = 999) ### Introduction In this assignment we will be focusing on male vs female incarceration. Society as a whole has seemed to forgotten that we tend to toss society’s failures away into pits and throw away the key. By navigating the rate at which the percentage of females vs males are incarcerated we can see how society has moved as a whole in a certain direction (if it even has changed at all). Only by analyzing this data can we decide what change, if any, should be made to support existing or future claims.

Summary

As shown in the data in analysis.R, we notice that over time, the total number of incarcerations has indeed increased. We will be focusing on the prison population as that seems to have a more profound impact on a society - First, I calculated the year for the Highest and Lowest incarcerations seen in (2013) and (1999) - Breaking that down into two pieces each respectively by gender, we see (1.117366\times 10^{6}) and (8.5292\times 10^{4}) - We then do the same for lowest (5.157\times 10^{4}), (7.93317\times 10^{5}) - Calculating the percentage of men vs women Comparing the percent change between men and women we see that the incarceration of women increased negligibly whereas the incarceration of men increased quite drastically

Variable Comparison

The chart above shows the rate of incarceration in women relative to the current female population size in the United States. Because the x and y axises are increasing generally linearly, the somewhat linear regression of the chart shows that over time, it seems the percentage of women incarcerated is somewhat stable (which is a good thing). This kind of chart allows us see the change in percentage without actually calculating the percentages. This way we’re able to use regressions to analyze changes in ratios.

Map

This map of the United States uses a red gradient where the darker the red the higher the incarceration rate. This map is useful in determining which states might require the most funding for their prison systems but unfortunately does not take into account of population size. A normalized data set using percentage of incarcerated per state might be a better map to see which states have the biggest incarceration problem.